home *** CD-ROM | disk | FTP | other *** search
- *** ./OS/Makefile-IRIX Fri Sep 18 04:13:09 1998
- --- ../exim-2.04/./OS/Makefile-IRIX Sat Oct 24 01:41:00 1998
- ***************
- *** 1,4 ****
- ! # Exim: OS-specific make file for IRIX
-
- BASENAME_COMMAND=/sbin/basename
- HOSTNAME_COMMAND=/usr/bsd/hostname
- --- 1,4 ----
- ! # Exim: OS-specific make file for IRIX (old 5.x ?)
-
- BASENAME_COMMAND=/sbin/basename
- HOSTNAME_COMMAND=/usr/bsd/hostname
- *** ./OS/os.h-IRIX65 Fri Sep 18 04:13:10 1998
- --- ../exim-2.04/./OS/os.h-IRIX65 Sat Oct 24 01:47:15 1998
- ***************
- *** 1,7 ****
- /* Exim: OS-specific C header file for IRIX 6.5 */
-
- #define DN_EXPAND_ARG4_TYPE u_char *
- ! #define SYSCTL_IP_INTERFACES
-
- #define LOAD_AVG_NEEDS_ROOT
- #define HAVE_DEV_KMEM
- --- 1,7 ----
- /* Exim: OS-specific C header file for IRIX 6.5 */
-
- #define DN_EXPAND_ARG4_TYPE u_char *
- ! /* #define SYSCTL_IP_INTERFACES */
-
- #define LOAD_AVG_NEEDS_ROOT
- #define HAVE_DEV_KMEM
- *** ./OS/Makefile-IRIX6 Fri Sep 18 04:13:09 1998
- --- ../exim-2.04/./OS/Makefile-IRIX6 Sat Oct 24 02:16:16 1998
- ***************
- *** 1,8 ****
- ! # Exim: OS-specific make file for IRIX6 on 64-bit systems
-
- HOSTNAME_COMMAND=/usr/bsd/hostname
- ! CFLAGS=-O2 -n32 -OPT:Olimit=4000
- ! LFLAGS=-n32
- LIBS=-lelf
- XINCLUDE=-I/usr/include/X11
- vfork=fork
- --- 1,8 ----
- ! # Exim: OS-specific make file for IRIX6.x (n32 ABI)
-
- HOSTNAME_COMMAND=/usr/bsd/hostname
- ! CFLAGS=-n32 -mips3 -O2 -OPT:Olimit=0 -D_BSD_SIGNALS
- ! LFLAGS=-n32 -mips3
- LIBS=-lelf
- XINCLUDE=-I/usr/include/X11
- vfork=fork
- *** ./OS/Makefile-IRIX632 Fri Sep 18 04:13:09 1998
- --- ../exim-2.04/./OS/Makefile-IRIX632 Sat Oct 24 02:16:33 1998
- ***************
- *** 1,9 ****
- ! # Exim: OS-specific make file for IRIX 6 on 32-bit systems
-
- HOSTNAME_COMMAND=/usr/bsd/hostname
- ! CFLAGS=-OPT:Olimit=1500 -32 -mips32
- ! LFLAGS=-n32
- ! LIBS=-lmld
- XINCLUDE=-I/usr/include/X11
- vfork=fork
- RANLIB=@true
- --- 1,9 ----
- ! # Exim: OS-specific make file for IRIX 6.x N32 ABI
-
- HOSTNAME_COMMAND=/usr/bsd/hostname
- ! CFLAGS=-n32 -mips3 -O2 -OPT:Olimit=0 -D_BSD_SIGNALS
- ! LFLAGS=-n32 -mips3
- ! LIBS=-lelf
- XINCLUDE=-I/usr/include/X11
- vfork=fork
- RANLIB=@true
- *** ./OS/Makefile-IRIX65 Fri Sep 18 04:13:09 1998
- --- ../exim-2.04/./OS/Makefile-IRIX65 Sat Oct 24 02:07:48 1998
- ***************
- *** 2,9 ****
-
- HOSTNAME_COMMAND=/usr/bsd/hostname
- CC=cc
- ! CFLAGS=-g -O -32
- ! LFLAGS=-n32
- # nlist has moved from libmld to libelf
- LIBS=-lelf
- XINCLUDE=-I/usr/include/X11
- --- 2,9 ----
-
- HOSTNAME_COMMAND=/usr/bsd/hostname
- CC=cc
- ! CFLAGS=-n32 -mips3 -O2 -OPT:Olimit=0:space=ON -D_BSD_SIGNALS
- ! LFLAGS=-n32 -mips3
- # nlist has moved from libmld to libelf
- LIBS=-lelf
- XINCLUDE=-I/usr/include/X11
- *** ./OS/os.h-IRIX632 Fri Sep 18 04:13:10 1998
- --- ../exim-2.04/./OS/os.h-IRIX632 Sat Oct 24 01:47:03 1998
- ***************
- *** 1,7 ****
- /* Exim: OS-specific C header file for IRIX */
-
- #define DN_EXPAND_ARG4_TYPE u_char *
- ! #define SYSCTL_IP_INTERFACES
-
- #define LOAD_AVG_NEEDS_ROOT
- #define HAVE_DEV_KMEM
- --- 1,7 ----
- /* Exim: OS-specific C header file for IRIX */
-
- #define DN_EXPAND_ARG4_TYPE u_char *
- ! /* #define SYSCTL_IP_INTERFACES */
-
- #define LOAD_AVG_NEEDS_ROOT
- #define HAVE_DEV_KMEM
- *** ./src/EDITME Fri Sep 18 04:13:11 1998
- --- ../exim-2.04/./src/EDITME Sat Oct 24 01:39:19 1998
- ***************
- *** 86,92 ****
- # installed in this directory. There is no default for this variable built into
- # the source files; it must be set in one of the local configuration files.
-
- ! BIN_DIRECTORY=/usr/exim/bin
-
-
- # The compress command is used by the exicyclog script to compress old log
- --- 86,92 ----
- # installed in this directory. There is no default for this variable built into
- # the source files; it must be set in one of the local configuration files.
-
- ! BIN_DIRECTORY=/usr/freeware/bin
-
-
- # The compress command is used by the exicyclog script to compress old log
- ***************
- *** 93,99 ****
- # files. Both the name of the command and the suffix that it adds to files
- # need to be defined here. See also the EXICYCLOG_MAX configuration.
-
- ! COMPRESS_COMMAND=/opt/gnu/bin/gzip
- COMPRESS_SUFFIX=gz
-
-
- --- 93,99 ----
- # files. Both the name of the command and the suffix that it adds to files
- # need to be defined here. See also the EXICYCLOG_MAX configuration.
-
- ! COMPRESS_COMMAND=/usr/sbin/gzip
- COMPRESS_SUFFIX=gz
-
-
- ***************
- *** 103,109 ****
- # location of all other runtime files and directories can be changed in the
- # runtime configuration file.
-
- ! CONFIGURE_FILE=/usr/exim/configure
-
-
- # In some installations there may be multiple machines sharing file systems,
- --- 103,109 ----
- # location of all other runtime files and directories can be changed in the
- # runtime configuration file.
-
- ! CONFIGURE_FILE=/usr/freeware/lib/exim/configure
-
-
- # In some installations there may be multiple machines sharing file systems,
- ***************
- *** 359,365 ****
- # uid and gid.
-
- # Many installations will want something like this:
- ! # SPOOL_DIRECTORY=/var/spool/exim
-
- # Others may prefer to keep all Exim things under one directory:
- # SPOOL_DIRECTORY=/usr/exim/spool
- --- 359,365 ----
- # uid and gid.
-
- # Many installations will want something like this:
- ! SPOOL_DIRECTORY=/var/spool/exim
-
- # Others may prefer to keep all Exim things under one directory:
- # SPOOL_DIRECTORY=/usr/exim/spool
-